home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / newgccstart.lha / source.lha / libm / libcall.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-14  |  138 b   |  14 lines

  1. #ifdef MOTOROLATYPE
  2.  
  3. #ifndef CALL
  4. #define CALL(x) "jsr "x"(a6)"
  5. #endif
  6.  
  7. #else
  8.  
  9. #ifndef CALL
  10. #define CALL(x) "jsr a6@("x")"
  11. #endif
  12.  
  13. #endif
  14.